home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet multimedia
/
Animacje, filmy i prezentacje
/
Edytory i konwertery filmow
/
Gordian Knot rippack 0.35.0 pack2
/
GordianKnot.RipPack.0.35.0.Setup.2.exe
/
AvisynthPlugins
/
Undot.xml
< prev
next >
Wrap
Extensible Markup Language
|
2004-10-01
|
833b
|
20 lines
<?xml version="1.0" encoding="utf-8"?>
<!--AviSynth plugin description version 1.1-->
<plugin name="Undot">
<description />
<filters>
<filter name="Undot" category="Misc Plugins" helpfile="undot" type="clip">
<description>UnDot is a simple median filter for removing dots, that is stray orphan pixels and mosquito noise. It clips each pixel value to stay within min and max of its eight surrounding neigbors.</description>
<colorspaces>
<colorspace>yv12</colorspace>
<colorspace>yuy2</colorspace>
</colorspaces>
<parameters>
<parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
<description />
<items />
</parameter>
</parameters>
</filter>
</filters>
</plugin>